-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable6] Backport of stable 6 for Nextcloud 26 #3431
Conversation
nice. Now I remember the incompatibility. 😁 |
I updated the branch protection for stable-6 |
Do you think I missed anything? Do you know how complete are the unit tests? |
As soon as you are ready, add me as a reviewer. I will check then. Code wise it looks good. |
I installed NC26 and will test some recent edge cases. But it may make sense to add the performance issues to the branch, so the stable-5 can die. |
d67641c
to
112afd5
Compare
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
This reverts commit 0c53180. Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
112afd5
to
9f26d1f
Compare
Saves a few DB requests Signed-off-by: Côme Chilliet <[email protected]>
Avoid a DB request for each poll, instead use the data we just got from the full list. Signed-off-by: Côme Chilliet <[email protected]>
Not pretty but avoids a few DB calls. Ideally we should not do these requests at all, I do not really understand this share part in Acl. Signed-off-by: Côme Chilliet <[email protected]>
…ovements Perf improvements for stable-6 for 26 branch
Not pretty but avoids a few DB calls. Ideally we should not do these requests at all, I do not really understand this share part in Acl. Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
…ports [stable6] Backports of perf improvements for stable 6 on 26
[stable6] fix: Add visual loading feedback for polls list
Signed-off-by: Maxence Lange <[email protected]>
reverse getToken()
Signed-off-by: Louis Chemineau <[email protected]>
[stable6] Default to "My polls" view
I did some smoke testing and did not find any flaws so far. So OK from me!
The whole testing is very poor and would need some significant coverage increase. See #3147 😉 |
|
|
@come-nc @ChristophWurst What's about the open PRs? Aren't they superseeded and are to be closed? |
…stable6/3450 Revert "[stable6] Default to "My polls" view"
You’re right master makes no sense, stable-6 is not compatible with Nextcloud master. |
I’m ready to merge, I just need your approval. |
Approval already given. Ah. Needed approval again. Done. |
I think it’s cleaner to merge to stable-6. |
beforeController
method on the middlewareThis PR also includes the following PRs: